Proj: C言語を実装する
9cc
『低レイヤを知りたい人のためのCコンパイラ作成入門』
rui314/9cc: A Small C Compiler
C言語の実装
GitHub - spinachpasta/9cc
16 bit VM in C
関連でVMの実装について
0xkatzz
"Writing a Simple 16-bit VM in C"
Perfect weekend project for C enthusiasts to explore virtual machines.
Build a 16-bit VM from scratch, blending C with low-level concepts like instruction sets, registers, and memory.
Great intro to how a small amount of C emulates hardware.
Writing a simple 16 bit VM in less than 125 lines of C | andreinc
Let's Build a Compiler
Let's Build a Compiler